Skip to main content
guest
Join
|
Help
|
Sign In
lis3706
Home
guest
|
Join
|
Help
|
Sign In
lis3706
Wiki Home
Recent Changes
Pages and Files
Members
Home
quiz5
Edit
0
2
…
0
Tags
No tags
edit
Save
Cancel
Notify
RSS
Backlinks
Source
Print
Export (PDF)
When the user clicks a button, link button, or image button control, the page is posted back to the server and
both the Click and Command events are raised
The main difference between buttons, link buttons, and image buttons is
the way the controls are displayed on a form
To set the focus to a specific control when a form is first displayed, you
set the DefaultFocus attribute for the form to the name of the control
You typically use the ListItem Collection Editor to add items to a list
if the list items won’t change
You can use -------------------- controls to design pages where only parts of a page are updated during postback
AJAX extension
To determine if an item in a drop down list is selected, you
test the list’s "SelectedValue" property
The difference between check box and radio button controls is that
only one radio button in a group can be checked at the same time
To set an access key for a web server control, you
use the AccessKey attribute of the control to specify the access key
Which of the following server controls is NOT commonly used in .NET applications?
HTML
Javascript Required
You need to enable Javascript in your browser to edit pages.
help on how to format text
Turn off "Getting Started"
Home
...
Loading...
both the Click and Command events are raised
The main difference between buttons, link buttons, and image buttons is
the way the controls are displayed on a form
To set the focus to a specific control when a form is first displayed, you
set the DefaultFocus attribute for the form to the name of the control
You typically use the ListItem Collection Editor to add items to a list
if the list items won’t change
You can use -------------------- controls to design pages where only parts of a page are updated during postback
AJAX extension
To determine if an item in a drop down list is selected, you
test the list’s "SelectedValue" property
The difference between check box and radio button controls is that
only one radio button in a group can be checked at the same time
To set an access key for a web server control, you
use the AccessKey attribute of the control to specify the access key
Which of the following server controls is NOT commonly used in .NET applications?
HTML